Implement GdkRegion in terms of cairo_region_t
authorBenjamin Otte <otte@redhat.com>
Mon, 28 Jun 2010 12:27:55 +0000 (14:27 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 29 Jun 2010 14:06:38 +0000 (16:06 +0200)
commit78018767bab2d248032200725c68641e1ace8a50
tree92b16ce12bf3066ca81d6e4403eecac851fc4429
parentb6cc7dbd21942081e846399e3ed54aa29ff38e30
Implement GdkRegion in terms of cairo_region_t

Only changes in headers: GdkRegion and GdkRectangle are typedeffed to
cairo_region_t and cairo_rectangle_int_t respectively. The region type
was opaque anyway so it doesn't matter and the rectangle types are
identical.

https://bugzilla.gnome.org/show_bug.cgi?id=613284
gdk/gdkcairo.c
gdk/gdkpolyreg-generic.c
gdk/gdkregion-generic.c
gdk/gdktypes.h
gdk/x11/gdkdrawable-x11.c
gdk/x11/gdkgc-x11.c
gdk/x11/gdkmain-x11.c